diff options
Diffstat (limited to '')
-rw-r--r-- | tests/etc/t-argparse.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/etc/t-argparse.conf b/tests/etc/t-argparse.conf index 0852e71..c556466 100644 --- a/tests/etc/t-argparse.conf +++ b/tests/etc/t-argparse.conf @@ -3,6 +3,8 @@ # Options applied to all user's config files #verbose +[echo Begin global config] + [group :staff] # These option are applied to all users of the group staff up until # the next [group] or [user] statement. @@ -52,3 +54,5 @@ my-option 42 # The default algorithm for new keys is set to this. a-long-option + +[echo End global config] |