1
1
mirror of https://github.com/reikkaps/spaceapicli.git synced 2025-01-15 11:15:31 +01:00

Merge branch 'hotfix/fixDetailsBug'

This commit is contained in:
Reik Kaps 2020-02-14 23:44:18 +01:00
commit 1da5aa169f

View File

@ -123,7 +123,7 @@ def main(args):
if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Show Space Status')
parser.add_argument('-n', '--name', help='Name of Hackerspace', default='LeineLab')
parser.add_argument('-d', '--details', help='Shows more details of Hackerspace', default='LeineLab')
parser.add_argument('-d', '--details', help='Shows more details of Hackerspace')
parser.add_argument('-l', '--list', action='store_true', help='List all Hackspaces on Spaceapi')
parser.add_argument('-v', '--verbose', action='store_true', help='verbose output')
parser.add_argument('-w', '--web', action='store_true', help='get homepage url')