diff options
| author | Harm Weites <harm@weites.com> | 2013-12-14 22:31:32 +0000 |
|---|---|---|
| committer | Harm Weites <harm@weites.com> | 2013-12-14 22:31:32 +0000 |
| commit | d6dcee2a818b97ccae8cd662cf108e954fc89e5c (patch) | |
| tree | 510d87ad3187a854717997440b830e01c4969b68 /cloudinit | |
| parent | 76756d5985cac6d0d8eafbbc336dc140cb3ecb1d (diff) | |
| download | vyos-cloud-init-d6dcee2a818b97ccae8cd662cf108e954fc89e5c.tar.gz vyos-cloud-init-d6dcee2a818b97ccae8cd662cf108e954fc89e5c.zip | |
fix: Proper comment.
Diffstat (limited to 'cloudinit')
| -rw-r--r-- | cloudinit/config/cc_power_state_change.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_power_state_change.py b/cloudinit/config/cc_power_state_change.py index 2797b3d9..50897b5f 100644 --- a/cloudinit/config/cc_power_state_change.py +++ b/cloudinit/config/cc_power_state_change.py @@ -41,7 +41,7 @@ def givecmdline(pid): except OSError: return None else: - # Example output from procstat -c 16357 + # Example output from procstat -c 1 # PID COMM ARGS # 1 init /bin/init -- if util.system_info()["platform"].startswith('FreeBSD'): |
