diff --git a/lagerhantering-komplett.c b/lagerhantering-komplett.c index d094ab8..bba88e7 100644 --- a/lagerhantering-komplett.c +++ b/lagerhantering-komplett.c @@ -339,8 +339,8 @@ void printUsage(char *arg) "[-m name] \n" "[-d name] [-n] [-h]\n\n" "-l = list the articles in the database\n" - "-s name = search for an article named 'name' in the database\n" - "-m name = modify the article named 'name' in the database\n" + "-s name = search for an article named 'name'\n" + "-m name = modify the article named 'name'\n" " You'll then have the choice to change name, quantity " "and price.\n" "-d name = delete the article named 'name'\n"