Index: remoting/host/host_exit_codes.h |
diff --git a/remoting/host/host_exit_codes.h b/remoting/host/host_exit_codes.h |
index 81f19edb54a4acd19918297504cbbcb7fcbf1248..becefae80db8b06f0efa69541b0c389e6b9cbe51 100644 |
--- a/remoting/host/host_exit_codes.h |
+++ b/remoting/host/host_exit_codes.h |
@@ -17,7 +17,7 @@ enum HostExitCodes { |
kSuccessExitCode = 0, |
kReservedForX11ExitCode = 1, |
kInitializationFailed = 2, |
- kUsageExitCode = 3, |
+ kInvalidCommandLineExitCode = 3, |
// Error codes that do indicate a permanent error condition. |
kInvalidHostConfigurationExitCode = 100, |