From 021dbcb976f9534750e9dc42812f1a66f47a6392 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 24 Jun 2015 12:45:12 +0200 Subject: Add missing newline --- src/event_main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event_main.cc') diff --git a/src/event_main.cc b/src/event_main.cc index c2bf439..093ed76 100644 --- a/src/event_main.cc +++ b/src/event_main.cc @@ -525,13 +525,13 @@ bool help(std::vector& args) { } else if (args.front() == "going") { ss << "Usage: going [user USER] [INDEX] [NOTE]" << std::endl; ss << "Join an event specified by index (default is next event)" - << " and add an optional NOTE"; + << " and add an optional NOTE" << std::endl; ss << "If USER is specified, you're saying that USER is joining" << " instead of yourself - use with caution"; } else if (args.front() == "!going") { ss << "Usage: !going [user USER] [INDEX] [NOTE]" << std::endl; ss << "Un-join an event specified by index (default is next event)" - << " and add an optional NOTE"; + << " and add an optional NOTE" << std::endl; ss << "If USER is specified, you're saying that USER is not going" << " instead of yourself - use with caution"; } else { -- cgit v1.2.3-70-g09d2