diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-25 15:24:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-25 15:24:38 +0200 |
commit | 42da579fbb7ccacf95491032847824e76e8cfb5a (patch) | |
tree | 63ce9d947c6db8a09fc5704fb14b98bf137977a0 /src/pingu.c | |
parent | 8f4d1086d4cd1e3196025f8a2c1586a4cf23ae6b (diff) | |
download | pingu-42da579fbb7ccacf95491032847824e76e8cfb5a.tar.bz2 pingu-42da579fbb7ccacf95491032847824e76e8cfb5a.tar.xz |
pingu_iface: restore routes for offline ISPs on exit
When we exit we should restore main route table to its original state.
Diffstat (limited to 'src/pingu.c')
-rw-r--r-- | src/pingu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pingu.c b/src/pingu.c index badd735..cfb3739 100644 --- a/src/pingu.c +++ b/src/pingu.c @@ -45,7 +45,7 @@ int usage(const char *program) "options:\n" " -a Use administration socket ADMSOCKET (default is " DEFAULT_ADM_SOCKET ")\n" - " -c Read configuration from CONFIG (default is " + " -c Read configuration from CONFIG (default is " DEFAULT_CONFIG ")\n" " -d Fork to background (damonize)\n" " -h Show this help\n" |