Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmetic changes to script #55

Merged
merged 3 commits into from Nov 21, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Some copy changes.

Ticket: LOGGLY-4252
  • Loading branch information
philip-loggly committed Nov 21, 2013
commit dc510feb4df28b1a1192e459a9c763cad31ecb28
@@ -976,8 +976,7 @@ def modify_syslog_config_file(syslog_id, syslog_configuration_details,

if len(syslog_configuration_details.get("token")) <= 0:
question = ("\nThe Loggly configuration will be appended to (%s) file."
"\n\nDo you want this setup-script to modify "
"the configuration file?"
"\n\nWould you like to have the configuration file modified?"
% default_config_file_name.get(syslog_id))
modify = noconfirm or confirm(question)
if modify:
@@ -1427,8 +1426,8 @@ def parse_args(self, *args, **kwargs):
CMD_USAGE = '''
%prog <action> [option]
Action:
\tsetup Configure your syslog installtion
\trevert Remove changes made by the syslog configuration script
\tsetup Configure your syslog setup
\trevert Revert changes made by this syslog configuration script
\tverify Verify the configuration explicitly
\tsysinfo Print, write system information
\tloggly_help Guideline for users for each step to configure syslog
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.