X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=device-src%2Factivate-devpay.c;h=db3ec7733b6e6a45706c77efdbd123e77b92c089;hp=9563071d70d78fd10e3fd4a4697b8c779b24dc99;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/device-src/activate-devpay.c b/device-src/activate-devpay.c index 9563071..db3ec77 100644 --- a/device-src/activate-devpay.c +++ b/device-src/activate-devpay.c @@ -194,9 +194,9 @@ static void do_output(Credentials * rare) { exit(EXIT_FAILURE); } - g_printf("device_property \"S3_USER_TOKEN\" \"%s\"\n" - "device_property \"S3_ACCESS_KEY\" \"%s\"\n" - "device_property \"S3_SECRET_KEY\" \"%s\"\n", + g_printf("device-property \"S3_USER_TOKEN\" \"%s\"\n" + "device-property \"S3_ACCESS_KEY\" \"%s\"\n" + "device-property \"S3_SECRET_KEY\" \"%s\"\n", rare->user_token->str, rare->access_key->str, rare->secret_key->str); }