From 6e7907aca59ee50d01838e33284c3e12303bb6ef Mon Sep 17 00:00:00 2001 From: asergi Date: Thu, 5 Apr 2012 00:17:08 +0200 Subject: [PATCH] Minor aesthetic fixes --- glances/glances.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glances/glances.py b/glances/glances.py index 6a2e4a93..73cd81ac 100755 --- a/glances/glances.py +++ b/glances/glances.py @@ -1711,12 +1711,12 @@ def printSyntax(): printVersion() print _("Usage: glances [-f file] [-o output] [-t sec] [-h] [-v]") print "" - print _("\t-f file:\t\tSet the output folder (HTML) or file (CSV)") - print _("\t-h:\t\tDisplay the syntax and exit") - print _("\t-o output:\tGenerate output (available: HTML, CSV)") - print _("\t-t sec:\t\tSet the refresh time in second default is %d" \ + print _("\t-f file\t\tSet the output folder (HTML) or file (CSV)") + print _("\t-h\t\tDisplay the syntax and exit") + print _("\t-o output\tGenerate output (available: HTML, CSV)") + print _("\t-t sec\t\tSet the refresh time in second default is %d" \ % refresh_time) - print _("\t-v:\t\tDisplay the version and exit") + print _("\t-v\t\tDisplay the version and exit") print "" print _("When Glances is running, you can press:") print _("'a' to set the automatic mode. " \ -- GitLab