diff --git a/modules/system-types/android/device-notes.fastboot.adoc.erb b/modules/system-types/android/device-notes.fastboot.adoc.erb index 004fe9cd..73faca5d 100644 --- a/modules/system-types/android/device-notes.fastboot.adoc.erb +++ b/modules/system-types/android/device-notes.fastboot.adoc.erb @@ -45,9 +45,9 @@ An alternative installation method is to use a flashable zip. The flashable zip can be built for your _<%= info["fullName"] %>_ using one of the following commands: - $ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-bootimg - $ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-system - $ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-zip + $ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-bootimg + $ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-system + $ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-zip The first two will flash only a specific partition. The last one contains the partitions of the two previous one. diff --git a/modules/system-types/android/device-notes.odin.adoc.erb b/modules/system-types/android/device-notes.odin.adoc.erb index eb3c9b3c..5080a909 100644 --- a/modules/system-types/android/device-notes.odin.adoc.erb +++ b/modules/system-types/android/device-notes.odin.adoc.erb @@ -45,9 +45,9 @@ An alternative installation method is to use a flashable zip. The flashable zip can be built for your _<%= info["fullName"] %>_ using one of the following commands: - $ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-bootimg - $ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-system - $ nix-build --argstr device <%= info["identifier"] %>-A build.android-flashable-zip + $ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-bootimg + $ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-system + $ nix-build --argstr device <%= info["identifier"] %> -A build.android-flashable-zip The first two will flash only a specific partition. The last one contains the partitions of the two previous one.