summaryrefslogtreecommitdiffstats
path: root/src/CLI
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-31 15:40:56 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-31 15:40:56 +0200
commit1fd72405af207bc539d6982034f5d14115f07726 (patch)
tree191b2e5d2511d81b16be46658837f44478ef7197 /src/CLI
parent231f21407d074e1ebb9699ee54fdc5f5a169e71c (diff)
downloadabrt-1fd72405af207bc539d6982034f5d14115f07726.tar.gz
abrt-1fd72405af207bc539d6982034f5d14115f07726.tar.xz
abrt-1fd72405af207bc539d6982034f5d14115f07726.zip
fix whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI')
-rw-r--r--src/CLI/CLI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index 3f3164d3..cd530e75 100644
--- a/src/CLI/CLI.cpp
+++ b/src/CLI/CLI.cpp
@@ -165,7 +165,7 @@ static void usage(char *argv0)
" 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"
- ),
+ ),
name, name);
}