]> granicus.if.org Git - procps-ng/commitdiff
top: remove undocumented alias ('V') for version ('v')
authorJim Warner <james.warner@comcast.net>
Tue, 11 Dec 2012 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@enc.com.au>
Sat, 22 Dec 2012 06:07:38 +0000 (17:07 +1100)
This is doubtless not quite the solution envisioned by
the submitter, but 'V' should probably never have been
used as an alias for 'v' now that we have forest-view.

(now that we know a '.' + 2 spaces is squeezed to one)
(everything's perfectly justified, but it's just luck)

Reference(s):
Bug-Redhat: https://bugzilla.redhat.com/848290

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c

index 14a6e374a1c4679f7256840ea7fc87f07d233733..d864e98c04cd4cdbd8ed68b0319ce4659d028348 100644 (file)
--- a/top/top.c
+++ b/top/top.c
@@ -3200,7 +3200,6 @@ static void parse_args (char **args) {
                break;
             case 'h':
             case 'v':
-            case 'V':
                fprintf(stdout, N_fmt(HELP_cmdline_fmt)
                   , procps_version, Myname, N_txt(USAGE_abbrev_txt));
                bye_bye(NULL);