summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-06-22 14:11:44 +0200
committerKarel Klic <kklic@redhat.com>2010-06-22 14:11:44 +0200
commitac304dcddd13196c8d284d363e022005edef9cb2 (patch)
treef11b17900b24bd2150a519afc3ea5bb93e7c1d04
parent87ce2c1370ab150ccaa8426df6942dca9c62a02c (diff)
downloadabrt-ac304dcddd13196c8d284d363e022005edef9cb2.tar.gz
abrt-ac304dcddd13196c8d284d363e022005edef9cb2.tar.xz
abrt-ac304dcddd13196c8d284d363e022005edef9cb2.zip
Rename --get-list to --list
-rw-r--r--src/CLI/CLI.cpp18
-rw-r--r--src/CLI/abrt-cli.12
2 files changed, 10 insertions, 10 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index 12183d99..323ba006 100644
--- a/src/CLI/CLI.cpp
+++ b/src/CLI/CLI.cpp
@@ -140,13 +140,13 @@ enum
static const struct option longopts[] =
{
/* name, has_arg, flag, val */
- { "help" , no_argument, NULL, '?' },
- { "version" , no_argument, NULL, 'V' },
- { "get-list" , no_argument, NULL, 'l' },
- { "full" , no_argument, NULL, 'f' },
- { "always" , no_argument, NULL, 'y' },
- { "report" , no_argument, NULL, 'r' },
- { "delete" , no_argument, NULL, 'd' },
+ { "help" , no_argument, NULL, '?' },
+ { "version", no_argument, NULL, 'V' },
+ { "list" , no_argument, NULL, 'l' },
+ { "full" , no_argument, NULL, 'f' },
+ { "always" , no_argument, NULL, 'y' },
+ { "report" , no_argument, NULL, 'r' },
+ { "delete" , no_argument, NULL, 'd' },
{ 0, 0, 0, 0 } /* prevents crashes for unknown options*/
};
@@ -174,7 +174,7 @@ static void usage(char *argv0)
" -V, --version display the version of %s and exit\n"
" -?, --help print this help\n\n"
"Actions:\n"
- " -l, --get-list print list of crashes which are not reported yet\n"
+ " -l, --list print list of crashes which are not reported yet\n"
" -f, --full list all crashes, including already reported ones\n"
" -r, --report CRASH_ID create and send a report\n"
" -y, --always create and send a report without asking\n"
@@ -182,7 +182,7 @@ static void usage(char *argv0)
"CRASH_ID can be:\n"
" UID:UUID pair,\n"
" unique UUID prefix - the crash with matching UUID will be acted upon\n"
- " @N - N'th crash (as displayed by --get-list-full) will be acted upon\n"
+ " @N - N'th crash (as displayed by --list --full) will be acted upon\n"
),
name, name);
diff --git a/src/CLI/abrt-cli.1 b/src/CLI/abrt-cli.1
index 10b6d97c..dc3bf06d 100644
--- a/src/CLI/abrt-cli.1
+++ b/src/CLI/abrt-cli.1
@@ -19,7 +19,7 @@ Print a help message describing all of abrt-cli’s command-line options.
.PP
.B Crash action options
-.IP "\-l, \-\-get\-list"
+.IP "\-l, \-\-list"
Prints list of crashes which are not reported yet.
.IP "\-r, \-\-report \fIUUID\fR"
Creates a crash report and then the text editor is invoked on that