1# vi: set ft=conf
 2[windows] dos2unix help.txt
 3
 4soft --help
 5cmpenv stdout help.txt
 6
 7-- help.txt --
 8Soft Serve is a self-hostable Git server for the command line.
 9
10Usage:
11  ssh -p $SSH_PORT localhost [command]
12
13Available Commands:
14  help         Help about any command
15  info         Show your info
16  pubkey       Manage your public keys
17  repo         Manage repositories
18  set-username Set your username
19  settings     Manage server settings
20  user         Manage users
21
22Flags:
23  -h, --help   help for this command
24
25Use "ssh -p $SSH_PORT localhost [command] --help" for more information about a command.