From 701668b02d999af42f51d8bd25fffb2a8692c3c8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 16 Feb 2024 22:31:29 +0000 Subject: refactor: rename PR to proposal PR is a problematic term when it ambiguous whether the set of patches are PR-like or email-patch like. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 82a87c8..f60edd8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ enum Commands { List(sub_commands::list::SubCommandArgs), /// send new commits as proposal ammendments Push, - /// pull latest commits in pr linked to checked out branch + /// pull latest commits in proposal linked to checked out branch Pull, /// run with --nsec flag to change npub Login(sub_commands::login::SubCommandArgs), -- cgit v1.2.3