Skip to content

Commit

Permalink
Space align
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam authored Mar 19, 2023
1 parent d32973c commit 70c0379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nagaX11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ int main(const int argc, const char *const argv[])
}
else
{
clog << "Possible arguments : \n start Starts the daemon in hidden mode. (stops it before)\n stop Stops the daemon.\n edit Lets you edit the config.\n repair For dead keypad.\n uninstall Uninstalls the daemon." << endl;
clog << "Possible arguments : \n start Starts the daemon in hidden mode. (stops it before)\n stop Stops the daemon.\n edit Lets you edit the config.\n repair For dead keypad.\n uninstall Uninstalls the daemon." << endl;
}
return 0;
}

0 comments on commit 70c0379

Please sign in to comment.