diff --git a/cli/cli/Commands/FederationCommands/LocalSettings/LocalSettings_IFederatedGameServer_Commands.cs b/cli/cli/Commands/FederationCommands/LocalSettings/LocalSettings_IFederatedGameServer_Commands.cs index 452dd2f92c..1841c61358 100644 --- a/cli/cli/Commands/FederationCommands/LocalSettings/LocalSettings_IFederatedGameServer_Commands.cs +++ b/cli/cli/Commands/FederationCommands/LocalSettings/LocalSettings_IFederatedGameServer_Commands.cs @@ -27,7 +27,7 @@ public class GetLocalSettingsIFederatedGameServerCommandArgs : CommandArgs, Fede public class GetLocalSettingsIFederatedGameServerCommand : AtomicCommand { - public GetLocalSettingsIFederatedGameServerCommand() : base(typeof(IFederatedGameServer<>).GetNameWithoutGenericArity(), $"Get the local settings for the {typeof(IFederatedGameServer<>)} local routing key") + public GetLocalSettingsIFederatedGameServerCommand() : base(typeof(IFederatedGameServer<>).GetNameWithoutGenericArity(), $"Get the local settings for the {typeof(IFederatedGameServer<>)} local routing key") { } @@ -82,7 +82,7 @@ public class SetLocalSettingsIFederatedGameServerCommandArgs : CommandArgs, Fede public class SetLocalSettingsIFederatedGameServerCommand : AtomicCommand { - public SetLocalSettingsIFederatedGameServerCommand() : base(typeof(IFederatedGameServer<>).GetNameWithoutGenericArity(), $"Get the local settings for the {typeof(IFederatedGameServer<>)} local routing key") + public SetLocalSettingsIFederatedGameServerCommand() : base(typeof(IFederatedGameServer<>).GetNameWithoutGenericArity(), $"Set the local settings for the {typeof(IFederatedGameServer<>)} local routing key") { } diff --git a/cli/cli/Commands/TempCommands/ClearTempLogFilesCommand.cs b/cli/cli/Commands/TempCommands/ClearTempLogFilesCommand.cs index 5f4f9c8194..b0acc8bfbf 100644 --- a/cli/cli/Commands/TempCommands/ClearTempLogFilesCommand.cs +++ b/cli/cli/Commands/TempCommands/ClearTempLogFilesCommand.cs @@ -27,7 +27,7 @@ public override void Configure() var olderThanOption = new Option( name: "--older-than", description: "Only clear logs older than a given value. " + - "This string should be in a duration format.\n\n " + + "This string should be in a duration format.\n\n" + "The duration format should be a number, followed by a time unit. Valid time units " + "include seconds (s), minutes (m), hours (h), days (d), and months(mo). Please note that " + "the month unit is short-hand for 30 days. " + diff --git a/cli/cli/Docs/Commands/init.md b/cli/cli/Docs/Commands/init.md index f9e73ad9c8..2a2aa1dbd9 100644 --- a/cli/cli/Docs/Commands/init.md +++ b/cli/cli/Docs/Commands/init.md @@ -8,5 +8,5 @@ This command can also be used to change the CID/PID of an existing `.beamable` f # Arg_path -By default, the {{title}} command creates a `.beamable` folder in the current directory. -However, the `path` argument configures where the `.beamable` folder is created. \ No newline at end of file +By default, the {{title}} command creates a `.beamable` folder in the current directory. +However, the `path` argument configures where the `.beamable` folder is created.