Document command aliases in tmux(1) style, add tags for navigation Complete 95f394e8917def2c11ce292b3a8f804d261b1d12; reminder to look at gotadmin(1) from stsp, thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
diff --git a/gotadmin/gotadmin.1 b/gotadmin/gotadmin.1
index 5507389..f3e1f80 100644
--- a/gotadmin/gotadmin.1
+++ b/gotadmin/gotadmin.1
@@ -117,7 +117,9 @@ Exclusion takes precedence over inclusion.
If a reference appears in both the included and excluded lists, it will
be excluded.
.El
+.Tg ix
.It Cm indexpack Ar packfile-path
+.Dl (alias: Cm ix )
Create a pack index for the pack file at
.Ar packfile-path .
.Pp
@@ -142,11 +144,9 @@ directory of the repository and should end in
The filename of the corresponding pack index is equivalent, except
that it ends in
.Pa .idx .
-.Pp
-.It Cm ix
-Short alias for
-.Cm indexpack .
+.Tg ls
.It Cm listpack Oo Fl h Oc Oo Fl s Oc Ar packfile-path
+.Dl (alias: Cm ls )
List the contents of the pack file at
.Ar packfile-path .
.Pp
@@ -178,10 +178,9 @@ Display statistics about the pack file after listing objects.
This includes the total number of objects stored in the pack file
and a break-down of the number of objects per object type.
.El
-.It Cm ls
-Short alias for
-.Cm listpack .
+.Tg cl
.It Cm cleanup Oo Fl a Oc Oo Fl p Oc Oo Fl n Oc Oo Fl r Ar repository-path Oc Oo Fl q Oc
+.Dl (alias: Cm cl )
Purge unreferenced loose objects from the repository and display
the amount of disk space which has been freed as a result.
.Pp
@@ -278,9 +277,6 @@ working directory.
.It Fl q
Suppress progress reporting and disk space summary output.
.El
-.It Cm cl
-Short alias for
-.Cm cleanup .
.El
.Sh EXIT STATUS
.Ex -std gotadmin