From 8df066df12eab901a7cead592e34fa5fe8c1dec5 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 3 Oct 2018 15:27:53 +0200 Subject: [PATCH] Fix formatting of preload examples Based on https://github.com/resin-io/docs/pull/915 from @drjasonharrison-vp-eio Change-type: patch Signed-off-by: Tim Perry --- doc/cli.markdown | 5 +++-- lib/actions/preload.coffee | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/cli.markdown b/doc/cli.markdown index 6a282912..8298da50 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -1196,8 +1196,9 @@ Use this command to preload an application to a local disk image (or Edison zip archive) with a built release from Resin.io. Examples: - $ resin preload resin.img --app 1234 --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0 --splash-image some-image.png - $ resin preload resin.img + + $ resin preload resin.img --app 1234 --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0 --splash-image some-image.png + $ resin preload resin.img ### Options diff --git a/lib/actions/preload.coffee b/lib/actions/preload.coffee index 3d4decee..a11896ac 100644 --- a/lib/actions/preload.coffee +++ b/lib/actions/preload.coffee @@ -115,8 +115,9 @@ module.exports = Edison zip archive) with a built release from Resin.io. Examples: - $ resin preload resin.img --app 1234 --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0 --splash-image some-image.png - $ resin preload resin.img + + $ resin preload resin.img --app 1234 --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0 --splash-image some-image.png + $ resin preload resin.img ''' permission: 'user' primary: true