~craftyguy/superd

a27665e2dd8add69a095ebe4c51227877922512f — triallax 1 year, 4 months ago 53c5a9b master
doc/superctl: fix typos with --now
1 files changed, 2 insertions(+), 2 deletions(-)

M doc/superctl.1.scd
M doc/superctl.1.scd => doc/superctl.1.scd +2 -2
@@ 39,7 39,7 @@ superctl is the primary user interface for runtime configuration of superd.
	Enable the given service by creating a symlink from its .service file to
	$XDG_CONFIG_HOME/services/enabled

	\--now can be specified to also start the service when disabling it.
	\--now can be specified to also start the service after enabling it.

*disable* [--now] <service name>



@@ 47,7 47,7 @@ superctl is the primary user interface for runtime configuration of superd.
	$XDG_CONFIG_HOME/services/enabled, or creating a new symlink in that
	directory to mask it.

	\--now can be specified to also stop the service when disabling it.
	\--now can be specified to also stop the service after disabling it.

*set-env* -- VAR1=value1 VAR2 ...