rust/rhg/src/exitcode.rs
changeset 46445 ca3f73cc3cf4
parent 45049 513b3ef277a3
child 46744 b1f2c2b336ec
--- a/rust/rhg/src/exitcode.rs	Thu Jan 28 19:21:57 2021 +0100
+++ b/rust/rhg/src/exitcode.rs	Thu Jan 28 19:13:55 2021 +0100
@@ -6,5 +6,5 @@
 /// Generic abort
 pub const ABORT: ExitCode = 255;
 
-/// Command not implemented by rhg
-pub const UNIMPLEMENTED_COMMAND: ExitCode = 252;
+/// Command or feature not implemented by rhg
+pub const UNIMPLEMENTED: ExitCode = 252;