Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix help output's indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jun 23, 2019
1 parent d552b05 commit 33320f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/arc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ const usage = `Usage: arc {archive|unarchive|extract|ls|compress|decompress|help
The format of the archive is determined by its
file extension. Supported extensions:
.zip
.tar
.tar.br
.tbr
.tar
.tar.br
.tbr
.tar.gz
.tgz
.tar.bz2
Expand All @@ -310,9 +310,9 @@ const usage = `Usage: arc {archive|unarchive|extract|ls|compress|decompress|help
.tar.lz4
.tlz4
.tar.sz
.tsz
.zst
.tar.zst
.tsz
.zst
.tar.zst
.rar (open only)
.bz2
.gz
Expand Down

0 comments on commit 33320f6

Please sign in to comment.