aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c58
1 files changed, 29 insertions, 29 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index 4a46fdc99..228d69d58 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -1212,78 +1212,78 @@ main (int argc, char *const *argv)
1212 1212
1213 /* operations */ 1213 /* operations */
1214 1214
1215 GNUNET_GETOPT_OPTION_SET_ONE ('A', 1215 GNUNET_GETOPT_option_flag ('A',
1216 "host-assign", 1216 "host-assign",
1217 gettext_noop ("assign --name in state to --data"), 1217 gettext_noop ("assign --name in state to --data"),
1218 &op_host_assign), 1218 &op_host_assign),
1219 1219
1220 GNUNET_GETOPT_OPTION_SET_ONE ('B', 1220 GNUNET_GETOPT_option_flag ('B',
1221 "guest-leave", 1221 "guest-leave",
1222 gettext_noop ("say good-bye and leave somebody else's place"), 1222 gettext_noop ("say good-bye and leave somebody else's place"),
1223 &op_guest_leave), 1223 &op_guest_leave),
1224 1224
1225 GNUNET_GETOPT_OPTION_SET_ONE ('C', 1225 GNUNET_GETOPT_option_flag ('C',
1226 "host-enter", 1226 "host-enter",
1227 gettext_noop ("create a place"), 1227 gettext_noop ("create a place"),
1228 &op_host_enter), 1228 &op_host_enter),
1229 1229
1230 GNUNET_GETOPT_OPTION_SET_ONE ('C', 1230 GNUNET_GETOPT_option_flag ('C',
1231 "host-enter", 1231 "host-enter",
1232 gettext_noop ("create a place"), 1232 gettext_noop ("create a place"),
1233 &op_host_enter), 1233 &op_host_enter),
1234 1234
1235 GNUNET_GETOPT_OPTION_SET_ONE ('D', 1235 GNUNET_GETOPT_option_flag ('D',
1236 "host-leave", 1236 "host-leave",
1237 gettext_noop ("destroy a place we were hosting"), 1237 gettext_noop ("destroy a place we were hosting"),
1238 &op_host_leave), 1238 &op_host_leave),
1239 1239
1240 GNUNET_GETOPT_OPTION_SET_ONE ('E', 1240 GNUNET_GETOPT_option_flag ('E',
1241 "guest-enter", 1241 "guest-enter",
1242 gettext_noop ("enter somebody else's place"), 1242 gettext_noop ("enter somebody else's place"),
1243 &op_guest_enter), 1243 &op_guest_enter),
1244 1244
1245 1245
1246 GNUNET_GETOPT_OPTION_SET_ONE ('F', 1246 GNUNET_GETOPT_option_flag ('F',
1247 "look-for", 1247 "look-for",
1248 gettext_noop ("find state matching name prefix"), 1248 gettext_noop ("find state matching name prefix"),
1249 &op_look_for), 1249 &op_look_for),
1250 1250
1251 GNUNET_GETOPT_OPTION_SET_ONE ('H', 1251 GNUNET_GETOPT_option_flag ('H',
1252 "replay-latest", 1252 "replay-latest",
1253 gettext_noop ("replay history of messages up to the given --limit"), 1253 gettext_noop ("replay history of messages up to the given --limit"),
1254 &op_replay_latest), 1254 &op_replay_latest),
1255 1255
1256 GNUNET_GETOPT_OPTION_SET_ONE ('N', 1256 GNUNET_GETOPT_option_flag ('N',
1257 "host-reconnect", 1257 "host-reconnect",
1258 gettext_noop ("reconnect to a previously created place"), 1258 gettext_noop ("reconnect to a previously created place"),
1259 &op_host_reconnect), 1259 &op_host_reconnect),
1260 1260
1261 GNUNET_GETOPT_OPTION_SET_ONE ('P', 1261 GNUNET_GETOPT_option_flag ('P',
1262 "host-announce", 1262 "host-announce",
1263 gettext_noop ("publish something to a place we are hosting"), 1263 gettext_noop ("publish something to a place we are hosting"),
1264 &op_host_announce), 1264 &op_host_announce),
1265 1265
1266 GNUNET_GETOPT_OPTION_SET_ONE ('R', 1266 GNUNET_GETOPT_option_flag ('R',
1267 "guest-reconnect", 1267 "guest-reconnect",
1268 gettext_noop ("reconnect to a previously entered place"), 1268 gettext_noop ("reconnect to a previously entered place"),
1269 &op_guest_reconnect), 1269 &op_guest_reconnect),
1270 1270
1271 GNUNET_GETOPT_OPTION_SET_ONE ('S', 1271 GNUNET_GETOPT_option_flag ('S',
1272 "look-at", 1272 "look-at",
1273 gettext_noop ("search for state matching exact name"), 1273 gettext_noop ("search for state matching exact name"),
1274 &op_look_at), 1274 &op_look_at),
1275 1275
1276 GNUNET_GETOPT_OPTION_SET_ONE ('T', 1276 GNUNET_GETOPT_option_flag ('T',
1277 "guest-talk", 1277 "guest-talk",
1278 gettext_noop ("submit something to somebody's place"), 1278 gettext_noop ("submit something to somebody's place"),
1279 &op_guest_talk), 1279 &op_guest_talk),
1280 1280
1281 GNUNET_GETOPT_OPTION_SET_ONE ('U', 1281 GNUNET_GETOPT_option_flag ('U',
1282 "status", 1282 "status",
1283 gettext_noop ("list of egos and subscribed places"), 1283 gettext_noop ("list of egos and subscribed places"),
1284 &op_status), 1284 &op_status),
1285 1285
1286 GNUNET_GETOPT_OPTION_SET_ONE ('X', 1286 GNUNET_GETOPT_option_flag ('X',
1287 "replay", 1287 "replay",
1288 gettext_noop ("extract and replay history between message IDs --start and --until"), 1288 gettext_noop ("extract and replay history between message IDs --start and --until"),
1289 &op_replay), 1289 &op_replay),
@@ -1291,83 +1291,83 @@ main (int argc, char *const *argv)
1291 1291
1292 /* options */ 1292 /* options */
1293 1293
1294 GNUNET_GETOPT_OPTION_STRING ('a', 1294 GNUNET_GETOPT_option_string ('a',
1295 "app", 1295 "app",
1296 "APPLICATION_ID", 1296 "APPLICATION_ID",
1297 gettext_noop ("application ID to use when connecting"), 1297 gettext_noop ("application ID to use when connecting"),
1298 &opt_app), 1298 &opt_app),
1299 1299
1300 GNUNET_GETOPT_OPTION_STRING ('d', 1300 GNUNET_GETOPT_option_string ('d',
1301 "data", 1301 "data",
1302 "DATA", 1302 "DATA",
1303 gettext_noop ("message body or state value"), 1303 gettext_noop ("message body or state value"),
1304 &opt_data), 1304 &opt_data),
1305 1305
1306 GNUNET_GETOPT_OPTION_STRING ('e', 1306 GNUNET_GETOPT_option_string ('e',
1307 "ego", 1307 "ego",
1308 "NAME|PUBKEY", 1308 "NAME|PUBKEY",
1309 gettext_noop ("name or public key of ego"), 1309 gettext_noop ("name or public key of ego"),
1310 &opt_ego), 1310 &opt_ego),
1311 1311
1312 GNUNET_GETOPT_OPTION_SET_ONE ('f', 1312 GNUNET_GETOPT_option_flag ('f',
1313 "follow", 1313 "follow",
1314 gettext_noop ("wait for incoming messages"), 1314 gettext_noop ("wait for incoming messages"),
1315 &opt_follow), 1315 &opt_follow),
1316 1316
1317 GNUNET_GETOPT_OPTION_STRING ('g', 1317 GNUNET_GETOPT_option_string ('g',
1318 "gns", 1318 "gns",
1319 "GNS_NAME", 1319 "GNS_NAME",
1320 gettext_noop ("GNS name"), 1320 gettext_noop ("GNS name"),
1321 &opt_gns), 1321 &opt_gns),
1322 1322
1323 GNUNET_GETOPT_OPTION_STRING ('i', 1323 GNUNET_GETOPT_option_string ('i',
1324 "peer", 1324 "peer",
1325 "PEER_ID", 1325 "PEER_ID",
1326 gettext_noop ("peer ID for --guest-enter"), 1326 gettext_noop ("peer ID for --guest-enter"),
1327 &opt_peer), 1327 &opt_peer),
1328 1328
1329 GNUNET_GETOPT_OPTION_STRING ('k', 1329 GNUNET_GETOPT_option_string ('k',
1330 "name", 1330 "name",
1331 "VAR_NAME", 1331 "VAR_NAME",
1332 gettext_noop ("name (key) to query from state"), 1332 gettext_noop ("name (key) to query from state"),
1333 &opt_name), 1333 &opt_name),
1334 1334
1335 GNUNET_GETOPT_OPTION_STRING ('m', 1335 GNUNET_GETOPT_option_string ('m',
1336 "method", 1336 "method",
1337 "METHOD_NAME", 1337 "METHOD_NAME",
1338 gettext_noop ("method name"), 1338 gettext_noop ("method name"),
1339 &opt_method), 1339 &opt_method),
1340 1340
1341 GNUNET_GETOPT_OPTION_SET_ULONG ('n', 1341 GNUNET_GETOPT_option_ulong ('n',
1342 "limit", 1342 "limit",
1343 NULL, 1343 NULL,
1344 gettext_noop ("number of messages to replay from history"), 1344 gettext_noop ("number of messages to replay from history"),
1345 &opt_limit), 1345 &opt_limit),
1346 1346
1347 GNUNET_GETOPT_OPTION_STRING ('p', 1347 GNUNET_GETOPT_option_string ('p',
1348 "place", 1348 "place",
1349 "PUBKEY", 1349 "PUBKEY",
1350 gettext_noop ("key address of place"), 1350 gettext_noop ("key address of place"),
1351 &opt_place), 1351 &opt_place),
1352 1352
1353 GNUNET_GETOPT_OPTION_SET_ULONG ('s', 1353 GNUNET_GETOPT_option_ulong ('s',
1354 "start", 1354 "start",
1355 NULL, 1355 NULL,
1356 gettext_noop ("start message ID for history replay"), 1356 gettext_noop ("start message ID for history replay"),
1357 &opt_start), 1357 &opt_start),
1358 1358
1359 GNUNET_GETOPT_OPTION_SET_ONE ('w', 1359 GNUNET_GETOPT_option_flag ('w',
1360 "welcome", 1360 "welcome",
1361 gettext_noop ("respond to entry requests by admitting all guests"), 1361 gettext_noop ("respond to entry requests by admitting all guests"),
1362 &opt_welcome), 1362 &opt_welcome),
1363 1363
1364 GNUNET_GETOPT_OPTION_SET_ULONG ('u', 1364 GNUNET_GETOPT_option_ulong ('u',
1365 "until", 1365 "until",
1366 NULL, 1366 NULL,
1367 gettext_noop ("end message ID for history replay"), 1367 gettext_noop ("end message ID for history replay"),
1368 &opt_until), 1368 &opt_until),
1369 1369
1370 GNUNET_GETOPT_OPTION_SET_ONE ('y', 1370 GNUNET_GETOPT_option_flag ('y',
1371 "deny", 1371 "deny",
1372 gettext_noop ("respond to entry requests by refusing all guests"), 1372 gettext_noop ("respond to entry requests by refusing all guests"),
1373 &opt_deny), 1373 &opt_deny),