Merge pull request #134 from fredj/doc_debug_file
Fix doc about the debug file location
This commit is contained in:
commit
c93c03eb15
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ If errors occur, you should see them in the i3bar itself. If that does not work,
|
|||
$ ./bumblebee-status -d -m <list of modules>
|
||||
```
|
||||
|
||||
This will create a file called `debug.log` in the same directory as the executable `bumblebee-status`.
|
||||
This will create a file called `~/bumblebee-status-debug.log` by default. The file name can be changed by using the `-f` or `--logfile` option.
|
||||
|
||||
# Required Modules
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ MODULE_HELP = "Specify a space-separated list of modules to load. The order of t
|
|||
THEME_HELP = "Specify the theme to use for drawing modules"
|
||||
PARAMETER_HELP = "Provide configuration parameters in the form of <module>.<key>=<value>"
|
||||
LIST_HELP = "Display a list of either available themes or available modules along with their parameters."
|
||||
DEBUG_HELP = "Enable debug log ('debug.log' located in the same directory as the bumblebee-status executable)"
|
||||
DEBUG_HELP = "Enable debug log, This will create '~/bumblebee-status-debug.log' by default, can be changed with the '-f' option"
|
||||
|
||||
class print_usage(argparse.Action):
|
||||
def __init__(self, option_strings, dest, nargs=None, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue