diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-04 17:33:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-04 17:33:20 +0100 |
commit | 79fd402d820e88f7ca75ab6b568d428c57e2fae4 (patch) | |
tree | cb2860892a118517bbe74cf9bd1d4a3ecfb47e0f /src | |
parent | add xpybar port of xmobar example (diff) | |
download | blueshift-79fd402d820e88f7ca75ab6b568d428c57e2fae4.tar.gz blueshift-79fd402d820e88f7ca75ab6b568d428c57e2fae4.tar.bz2 blueshift-79fd402d820e88f7ca75ab6b568d428c57e2fae4.tar.xz |
add -r support for one shot mode in comprehensive example
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 2a2518d..f081811 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -130,7 +130,7 @@ panic = False uses_adhoc_opts = False ''' -:bool `True` if the configuration screens parses the ad-hoc settings +:bool `True` if the configuration script parses the ad-hoc settings ''' conf_opts = None |