false: return 2 upon normal use

This commit is contained in:
Pierre Pronchery 2020-12-09 15:22:01 +01:00
parent d76fd2d0ee
commit 5d2eff9f07

View File

@ -43,5 +43,5 @@ int main(int argc, char * argv[])
default:
return _usage();
}
return 1;
return 2;
}