From 4e7db29dc670b3047e2ebe5270ef2aa34ec00826 Mon Sep 17 00:00:00 2001 From: Raul Predescu Date: Sun, 14 Jun 2020 14:40:58 -0700 Subject: [PATCH] fix merge from old repo --- app/Commands/ServeCommand.php | 2 +- app/Commands/ShareCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Commands/ServeCommand.php b/app/Commands/ServeCommand.php index a6ba674..1a73cf3 100644 --- a/app/Commands/ServeCommand.php +++ b/app/Commands/ServeCommand.php @@ -10,7 +10,7 @@ class ServeCommand extends Command { protected $signature = 'serve {hostname=localhost} {host=0.0.0.0} {--validateAuthTokens} {--port=8080}'; - protected $description = 'Start the shaft server'; + protected $description = 'Start the expose server'; public function handle() { diff --git a/app/Commands/ShareCommand.php b/app/Commands/ShareCommand.php index f59afc7..69bcb29 100644 --- a/app/Commands/ShareCommand.php +++ b/app/Commands/ShareCommand.php @@ -13,7 +13,7 @@ class ShareCommand extends Command { protected $signature = 'share {host} {--subdomain=} {--auth=}'; - protected $description = 'Share a local url with a remote shaft server'; + protected $description = 'Share a local url with a remote expose server'; protected function configureConnectionLogger() {