delete orphaned lines, added a list option
This commit is contained in:
parent
0c8c495350
commit
f07234b6ea
|
@ -16,15 +16,16 @@ the unix console or toolbars like polybar
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
usage: SpaceApiCli.py [-h] [-n NAME] [-v] [-w]
|
usage: SpaceApiCli.py [-h] [-n NAME] [-l] [-v] [-w]
|
||||||
|
|
||||||
Show Space Status
|
Show Space Status
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-n NAME, --name NAME Name of Hackerspace
|
-n NAME, --name NAME Name of Hackerspace
|
||||||
-v Show more Infos of Hackerspace
|
-l, --list List all Hackspaces on Spaceapi
|
||||||
-w get homepage url
|
-v, --verbose Show more Infos of Hackspace
|
||||||
|
-w, --web get homepage url
|
||||||
|
|
||||||
|
|
||||||
Defaults: without option -n it will get the state of the hackspace
|
Defaults: without option -n it will get the state of the hackspace
|
||||||
|
|
Loading…
Reference in New Issue