diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:31 -0600 |
commit | 06227c5420ce8eeef7bd44406a395188c61e1703 (patch) | |
tree | c18c25b31413479e63fec92f61067b95759fc3b0 /dcop/dcopidl2cpp/main.cpp | |
parent | ce5d3d7fd554b9832a69350cffa8d79c5002753e (diff) | |
parent | 70d7c59d2ac9ad3718f92a20c07937d3b6cfb928 (diff) | |
download | tdelibs-06227c5420ce8eeef7bd44406a395188c61e1703.tar.gz tdelibs-06227c5420ce8eeef7bd44406a395188c61e1703.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'dcop/dcopidl2cpp/main.cpp')
-rw-r--r-- | dcop/dcopidl2cpp/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/dcopidl2cpp/main.cpp b/dcop/dcopidl2cpp/main.cpp index f95983a2e..840669ba4 100644 --- a/dcop/dcopidl2cpp/main.cpp +++ b/dcop/dcopidl2cpp/main.cpp @@ -35,14 +35,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. void usage() { - fprintf( stderr, "Usage: dcopidl2cpp [ --no-skel | --no-stub ] [--c++-suffix <suffix>] file\n" ); + fprintf( stderr, "[dcopidl2cpp] Usage: dcopidl2cpp [ --no-skel | --no-stub ] [--c++-suffix <suffix>] file\n" ); } int main( int argc, char** argv ) { if ( *tqVersion() == '1' ) { - fprintf( stderr, "dcopidl2cpp appears to be linked to Qt 1 instead of Qt >= 2 ! Aborting.\n" ); + fprintf( stderr, "[dcopidl2cpp] dcopidl2cpp appears to be linked to Qt 1 instead of Qt >= 2 ! Aborting.\n" ); exit(1); } if ( argc < 2 ) { |