diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-04 19:23:46 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-04 19:23:46 +0200 |
commit | 432018d6a62e6389b003f207bda07f2c98f7476e (patch) | |
tree | 9c993e168d4e8b60ae8c4ae9fbe67620cf538b5b | |
parent | Ok (diff) | |
download | go2work-432018d6a62e6389b003f207bda07f2c98f7476e.tar.gz go2work-432018d6a62e6389b003f207bda07f2c98f7476e.tar.bz2 go2work-432018d6a62e6389b003f207bda07f2c98f7476e.tar.xz go2work-432018d6a62e6389b003f207bda07f2c98f7476e.tar.zst go2work-432018d6a62e6389b003f207bda07f2c98f7476e.zip |
Better like this
-rw-r--r-- | src/u_prints.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u_prints.go b/src/u_prints.go index e6cea26..2d2783c 100644 --- a/src/u_prints.go +++ b/src/u_prints.go @@ -93,7 +93,7 @@ func print_time_left(curr_t [3]byte, dest_t [3]byte) { func print_help() { fmt.Println(`Usage: - go2work [option / time] + go2work [options] time Options: -h, --help show this help menu |