~ubuntu-branches/debian/sid/acetoneiso/sid

« back to all changes in this revision

Viewing changes to acetoneiso/sources/main.cpp

  • Committer: Package Import Robot
  • Author(s): Nick Andrik
  • Date: 2013-01-18 16:07:42 UTC
  • Revision ID: package-import@ubuntu.com-20130118160742-z891e5u7o0668b43
Tags: 2.3-3
* Replace fuse-utils build-dep with fuse, since
 the package has been renamed (Closes: #698120)
* Update translations from Launchpad

* Support for hardening
  - Bumped compatibility level to 9
  - Bumped debhelper build-dep version to 9
  - Enabled hardening flags in debian/rules
* Updated debian/copyright in format 1.0
* Bumped standards version to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
//const char *h = "--help"; 
25
25
QString clImage = argv[1];
26
26
if ( clImage.contains("--help")  or clImage.contains("-h")) {
27
 
      printf ( "\nAcetoneISO Distributed under GPL v.3.0 \nAuthors:\nMarco Di Antonio 2010\nFabrizio Di Marco and Marco Di Antonio 2006-2007-2008-2009 \nContact: acetoneiso@gmail.com\nWebsite:www.acetoneteam.org\nusage: \nacetoneiso [$path_to_imagefile_to_mount] --> mounts given image and opens it in default filemanager \nacetoneiso           --> opens AcetoneISO GUI\nacetoneiso --help    --> shows this help\n\n" );
 
27
      printf ( "\nAcetoneISO Distribuited under GPL v.3.0 \nAuthors:\nMarco Di Antonio 2010\nFabrizio Di Marco and Marco Di Antonio 2006-2007-2008-2009 \nContact: acetoneiso@gmail.com\nWebsite:www.acetoneteam.org\nusage: \nacetoneiso [$path_to_imagefile_to_mount] --> mounts given image and opens it in default filemanager \nacetoneiso           --> opens AcetoneISO GUI\nacetoneiso --help    --> shows this help\n\n" );
28
28
    }
29
29
else {
30
30
      //printf ( "Mounting %s\n", argv[1] );