From cd1395eedd0cb5df0fd3eba9ecfb099a13a4b8f9 Mon Sep 17 00:00:00 2001 From: wiire Date: Sat, 12 Dec 2015 17:23:02 +0100 Subject: [PATCH] Fixed indentation --- src/pixiewps.h | 88 +++++++++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/src/pixiewps.h b/src/pixiewps.h index 2a76fd8..1462e47 100644 --- a/src/pixiewps.h +++ b/src/pixiewps.h @@ -151,50 +151,50 @@ char v_usage[] = "\n" " Description of arguments:\n" "\n" - " -e, --pke\n" - "\n" - " Enrollee DH public key, found in M1.\n" - "\n" - " -r, --pkr\n" - "\n" - " Registrar DH public key, found in M2. It can be avoided by specifying " - "--dh-small in both Reaver and Pixiewps.\n" - "\n" - " [?] pixiewps -e -s -z -a -n -S\n" - "\n" - " -s, --e-hash1\n" - "\n" - " Enrollee hash-1, found in M3.\n" - "\n" - " -z, --e-hash2\n" - "\n" - " Enrollee hash-2, found in M3.\n" - "\n" - " -a, --authkey\n" - "\n" - " Authentication session key. Although for this parameter a modified version of " - "Reaver or Bully is needed, it can be avoided by specifying small Diffie-Hellman " - "keys in both Reaver and Pixiewps and supplying --e-nonce, --r-nonce and --e-bssid.\n" - "\n" - " [?] pixiewps -e -s -z -S -n -m -b \n" - "\n" - " -n, --e-nonce\n" - "\n" - " Enrollee's nonce, found in M1.\n" - "\n" - " -m, --r-nonce\n" - "\n" - " Registrar's nonce, found in M2.\n" - "\n" - " -b, --e-bssid\n" - "\n" - " Enrollee's BSSID.\n" - "\n" - " -S, --dh-small\n" - "\n" - " Small Diffie-Hellman keys. The same option MUST be specified in Reaver " - "(1.3 or later versions) too. It DOES NOT WORK with mode 3.\n" - "\n" + " -e, --pke\n" + "\n" + " Enrollee DH public key, found in M1.\n" + "\n" + " -r, --pkr\n" + "\n" + " Registrar DH public key, found in M2. It can be avoided by specifying " + "--dh-small in both Reaver and Pixiewps.\n" + "\n" + " [?] pixiewps -e -s -z -a -n -S\n" + "\n" + " -s, --e-hash1\n" + "\n" + " Enrollee hash-1, found in M3.\n" + "\n" + " -z, --e-hash2\n" + "\n" + " Enrollee hash-2, found in M3.\n" + "\n" + " -a, --authkey\n" + "\n" + " Authentication session key. Although for this parameter a modified version of " + "Reaver or Bully is needed, it can be avoided by specifying small Diffie-Hellman " + "keys in both Reaver and Pixiewps and supplying --e-nonce, --r-nonce and --e-bssid.\n" + "\n" + " [?] pixiewps -e -s -z -S -n -m -b \n" + "\n" + " -n, --e-nonce\n" + "\n" + " Enrollee's nonce, found in M1.\n" + "\n" + " -m, --r-nonce\n" + "\n" + " Registrar's nonce, found in M2.\n" + "\n" + " -b, --e-bssid\n" + "\n" + " Enrollee's BSSID.\n" + "\n" + " -S, --dh-small\n" + "\n" + " Small Diffie-Hellman keys. The same option MUST be specified in Reaver " + "(1.3 or later versions) too. It DOES NOT WORK with mode 3.\n" + "\n" " --mode N[,... N]\n" "\n" " Select modes, comma separated (experimental modes are not used if not specified):\n"