@@ 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 ...