upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f60edd8..9b9b660 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,7 +39,7 @@ enum Commands {
39 Send(sub_commands::send::SubCommandArgs), 39 Send(sub_commands::send::SubCommandArgs),
40 /// list proposals; optionally apply them as a new branch 40 /// list proposals; optionally apply them as a new branch
41 List(sub_commands::list::SubCommandArgs), 41 List(sub_commands::list::SubCommandArgs),
42 /// send new commits as proposal ammendments 42 /// send new commits as proposal amendments
43 Push, 43 Push,
44 /// pull latest commits in proposal linked to checked out branch 44 /// pull latest commits in proposal linked to checked out branch
45 Pull, 45 Pull,