minor adjustments

This commit is contained in:
Martchus 2016-01-19 15:52:32 +01:00
parent f87bfba575
commit 02329c3183
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
// parse command line arguments
try {
parser.parseArgs(argc, argv);
} catch (Failure &e) {
} catch (const Failure &e) {
cerr << shchar << "Unable to parse arguments: " << e.what() << endl;
return 2;
}

View File

@ -5,6 +5,8 @@
"pacmanConfigFile": "/etc/pacman.conf"
},
"cacheDir": ".",
"aur": {
"enabled": true
},