summaryrefslogtreecommitdiff
path: root/systemctl.vala
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-23 20:25:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-23 20:25:55 +0200
commit40d50879d9339e539a30e5d32234baffb732f0f9 (patch)
tree6eb99a62692a3f4ac1e6e38260460984fcef430c /systemctl.vala
parent5dcfe57bb1a036ba6e4af10746c42892c44f0766 (diff)
get rid of unicode arrows, since the linux console cannot show them, not even in unicode mode
Diffstat (limited to 'systemctl.vala')
-rw-r--r--systemctl.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemctl.vala b/systemctl.vala
index feacdb2b7b..65ee0fe72f 100644
--- a/systemctl.vala
+++ b/systemctl.vala
@@ -122,7 +122,7 @@ int main (string[] args) {
stdout.printf("%-45s %-6s %-12s %-12s", i.id, i.load_state, i.active_state, i.sub_state);
if (i.job_id != 0)
- stdout.printf(" → %-15s", i.job_type);
+ stdout.printf(" -> %-15s", i.job_type);
stdout.puts("\n");
n++;