Browse Source

Fix layout

Paolo Galli 4 years ago
parent
commit
1257cf641f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lcmlog

+ 2 - 2
lcmlog

@@ -43,7 +43,7 @@ method_get()
 
 	# KIND
 	# The user must say if he's looking for 150 or Admin logs
-	echo "Search for admin logs [a] or 150 logs [1]? (optional)"
+	echo "Search for admin logs [a] or 150 logs [1]?"
 	read CHAR
 	while [ -z $CHAR ]; do
 		echo "Retry, admin logs [a] or 150 logs [1]?"
@@ -355,7 +355,7 @@ Host server
 	#User
 	#Port" \
 		> ~/.config/lcmlog/config
-		echo "Done. Now you should edit the file and add HostName (and eventually User and Port)."
+		echo "Done. Now you should edit the file and add HostName (and, in case, User and Port)."
 		echo "Opening file with $EDITOR in 4 seconds..."
 		sleep 4
 		$EDITOR ~/.config/lcmlog/config