Skip to content

Commit

Permalink
Remove debugging, GPL references
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 22, 2015
1 parent e619bbf commit 27e82af
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions path_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,7 @@ int main(int argc, char **argv)
switch (c) {
case 'V':
printf("%s - Version %s - %s\n", APPNAME, APPVERSION, __DATE__);
printf(APPCOPYRIGHT "\n\n");

printf(
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details.\n");

printf(APPCOPYRIGHT);
exit(0);
break;
case 'd':
Expand All @@ -184,7 +177,8 @@ int main(int argc, char **argv)
replace = 1;
break;
case 's':
case 'm':
// fallthrough
case 'm': // undocumented (m=machine)
user = 0;
break;
case 'u':
Expand Down

0 comments on commit 27e82af

Please sign in to comment.