aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7ea2f18..4153982 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -57,7 +57,7 @@ public:
57 57
58 virtual int cmdParam( int argc, char *argv[] ) 58 virtual int cmdParam( int argc, char *argv[] )
59 { 59 {
60 if( !sAction.isSet() ) 60 if( sAction.isSet() )
61 { 61 {
62 printf("You can only specify one action per command line.\n\n"); 62 printf("You can only specify one action per command line.\n\n");
63 exit( 1 ); 63 exit( 1 );