diff options
-rw-r--r-- | apps/files_external/command/listcommand.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/command/listcommand.php b/apps/files_external/command/listcommand.php index 923939b4e34..4c027ffcb8e 100644 --- a/apps/files_external/command/listcommand.php +++ b/apps/files_external/command/listcommand.php @@ -81,7 +81,7 @@ class ListCommand extends Base { 'full', null, InputOption::VALUE_NONE, - 'dont truncate long values in table output' + 'don\'t truncate long values in table output' ); parent::configure(); } @@ -107,7 +107,7 @@ class ListCommand extends Base { if ($userId) { $output->writeln("<info>No mounts configured by $userId</info>"); } else { - $output->writeln("<info>No mounts admin configured</info>"); + $output->writeln("<info>No admin mounts configured</info>"); } return; } |